home *** CD-ROM | disk | FTP | other *** search
- -- background: 2604 from stack: in
- -- bmap block id: 3243
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=147 right=177 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Water Management
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to stack "water Management"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=182 right=212 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Miscellaneous
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to stack "misc"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=104 top=268 right=310 bottom=153
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to card "help" of stack "database-1"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=74 top=218 right=260 bottom=123
- -- title width / last selected line: 0
- -- icon id / first selected line: 1001 / 1001
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow
- go home
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=132 top=218 right=260 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve
- go to stack "database-1"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=18 top=218 right=260 bottom=67
- -- title width / last selected line: 0
- -- icon id / first selected line: 1009 / 1009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- sicemfido
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=48 top=268 right=310 bottom=97
- -- title width / last selected line: 0
- -- icon id / first selected line: 130 / 130
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: go to flow chart
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard slow
- go to card id 12925
- wait 10
- visual effect checkerboard slow
- go to card "flow chart" in stack "database-1"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=445 top=286 right=335 bottom=502
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort Stack
- ----- HyperTalk script -----
- on mouseUp
- sort by first word in line 1 of background field id 1 of background "bibliography"
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=113 right=143 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: History
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to stack "history"
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=79 right=109 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Legal Issues
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to stack "law"
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=45 right=75 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Education
- ----- HyperTalk script -----
- on mouseUp
- answer "Do you want to see educational ideas for children or adults?" with "Bibliography" or "Activities"
- if it is "Bibliography" then
- visual effect scroll right
- go to stack "Children biblio"
- else
- if it is "Activities" then
- visual effect scroll right
- go to stack "education"
- end if
- end if
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=11 right=41 bottom=181
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Conservation
- ----- HyperTalk script -----
- on mouseUp
- set textFont of me to helvetica
- set textStyle of me to bold
- set textSize of me to 14
- end mouseUp
-
-